home *** CD-ROM | disk | FTP | other *** search
- #if !defined(FWSEXCLO_H) && defined(FW_DEBUG)
- #define FWSEXCLO_H
- //========================================================================================
- //
- // File: FWSExcLo.h
- // Release Version: $ 1.0d1 $
- //
- // Creation Date: 3/28/94
- //
- // Copyright: © 1994 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWCLAINF_H
- #include "FWClaInf.h"
- #endif
-
- // Globals for exception logging
- struct FW_SPrivExceptionLog
- {
- unsigned short gLogEnabled; // Logging enabling counter
- FW_ClassReference gTriggerClass; // Exception to trigger.
- long gTriggerPoint; // Number of trigger point.
- long gTriggerCounter; // Trigger point counter.
- short gInitialized; // Logging initialized.
- };
-
- #endif